home *** CD-ROM | disk | FTP | other *** search
- In a message of 05 Jan 96 Stephan Schaem wrote to All:
-
- SS> : It rotates a vector using a matrix yes.
- SS> : Log(a+b) is the same as a*b, so all the mul's are now add's. :)
-
- Should be: log(a*b)=log(a)+log(b)
- ie a*b=exp(log(a)+log(b))
-
- SS> 3+3 = 6
- SS> 2+4 = 6
- SS> 3*3 = 9
- SS> 2*4 = 8
-
- SS> I dont know log() but I cant see how log(6) = 9 and also 8
-
- Ben... :)
-
-